Skip to content

Commit

Permalink
Issue 360: PHP 7.2 compatibility
Browse files Browse the repository at this point in the history
 - Follow-up
  • Loading branch information
veggiematts committed Feb 20, 2019
1 parent 86798b7 commit e193331
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion common/DBService.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* *************************************************************************************************************************
*/

require_once "common/Object.php";
require_once "common/Base_Object.php";
require_once "common/Config.php";
class DBService extends Base_Object {
const ERR_COULD_NOT_SELECT_DATABASE = 10040;
Expand Down
File renamed without changes.

0 comments on commit e193331

Please sign in to comment.