Completed
Push — master ( 937117...931dfe )
by Michael
05:45 queued 02:42
created
include/oninstall.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,6 @@
 block discarded – undo
17 17
  * @author       XOOPS Development Team
18 18
  */
19 19
 
20
-use Xmf\Language;
21
-
22 20
 /**
23 21
  *
24 22
  * Prepares system prior to attempting to install module
Please login to merge, or discard this patch.
include/onupdate.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,6 @@
 block discarded – undo
17 17
  * @author       XOOPS Development Team
18 18
  */
19 19
 
20
-use Xmf\Language;
21
-
22 20
 if ((!defined('XOOPS_ROOT_PATH')) || !($GLOBALS['xoopsUser'] instanceof XoopsUser)
23 21
     || !$GLOBALS['xoopsUser']->IsAdmin()) {
24 22
     exit('Restricted access' . PHP_EOL);
Please login to merge, or discard this patch.