Home
last modified time | relevance | path

Searched refs:sentStatus (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/plugins/popularity/
H A Dadmin.php15 protected $sentStatus;
61 $this->sentStatus = $this->helper->sendData($INPUT->str('data'));
62 if ($this->sentStatus === '') {
107 } elseif ($this->sentStatus === '') {
112 echo $this->getLang('submissionFailed') . $this->sentStatus . '<br />';
13 protected $sentStatus = null; global() variable in admin_plugin_popularity