FIX bug missing a required include in the backup
This commit is contained in:
parent
7d911c5506
commit
63392b6e5e
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ require_once("postgres.php");
|
|||
require_once("class_widget.php");
|
||||
require_once ("class_user.php");
|
||||
require_once ("debug.php");
|
||||
require_once ('ac_common.php');
|
||||
|
||||
$rep=DbConnect();
|
||||
$User=new User($rep);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue