Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-08-07 18:27:08 +0300
committerAleksander Machniak <alec@alec.pl>2015-08-08 10:32:24 +0300
commit1b39d9a6c744a393e7930c2493cc2ddc9c9e95bf (patch)
tree55abdf62b2be7bedbcf4d45ef1de44ed9307839b /bin
parentb3e9764c311a39012de1fa8ffd0fe874fbb322ef (diff)
PHP7: Fixed some E_WARNING errors that previously were E_STRICT
Diffstat (limited to 'bin')
-rwxr-xr-xbin/deluser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/deluser.sh b/bin/deluser.sh
index 1e93793cf..06505ef53 100755
--- a/bin/deluser.sh
+++ b/bin/deluser.sh
@@ -37,7 +37,7 @@ function _die($msg, $usage=false)
exit(1);
}
-$rcmail = rcmail::get_instance();
+$rcmail = rcube::get_instance();
// get arguments
$args = rcube_utils::get_opt(array('h' => 'host'));