test activation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php defined('BASEPATH') || exit('No direct script access allowed');
|
||||
<?php
|
||||
|
||||
defined('BASEPATH') || exit('No direct script access allowed');
|
||||
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
require_once __DIR__.'/../third_party/node.php';
|
||||
@@ -75,7 +77,7 @@ class api_aeiou
|
||||
}
|
||||
|
||||
if (!$verified) {
|
||||
get_instance()->app_modules->deactivate($module_name);
|
||||
get_instance()->app_modules->activate($module_name);
|
||||
}
|
||||
|
||||
return $verified;
|
||||
|
||||
Reference in New Issue
Block a user