Adapt change for class_extension.php
This commit is contained in:
parent
a03efcba36
commit
a8abb9eeb0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ require_once ('class_user.php');
|
|||
// find file and check security
|
||||
global $cn,$g_user;
|
||||
|
||||
$ext=new Extension();
|
||||
$ext=new Extension($cn);
|
||||
|
||||
if ($ext->search($_REQUEST['plugin_code']) == -1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue