rename plugin interface
This commit is contained in:
parent
54bc55f1cf
commit
2b17019bd5
2 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ mb_internal_encoding(CHARSET);
|
|||
mb_http_output(CHARSET);
|
||||
|
||||
// Include interfaces
|
||||
include(PATH_ABSTRACT.'PluginInterface.php');
|
||||
include(PATH_ABSTRACT . 'plugin.interface.php');
|
||||
|
||||
// Inclde Abstract Classes
|
||||
include(PATH_ABSTRACT.'dbjson.class.php');
|
||||
|
|
Loading…
Reference in a new issue