From 1b39d9a6c744a393e7930c2493cc2ddc9c9e95bf Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 08 Aug 2015 03:32:24 -0400 Subject: [PATCH] PHP7: Fixed some E_WARNING errors that previously were E_STRICT --- bin/deluser.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/deluser.sh b/bin/deluser.sh index 1e93793..06505ef 100755 --- a/bin/deluser.sh +++ b/bin/deluser.sh @@ -37,7 +37,7 @@ exit(1); } -$rcmail = rcmail::get_instance(); +$rcmail = rcube::get_instance(); // get arguments $args = rcube_utils::get_opt(array('h' => 'host')); -- Gitblit v1.9.1