diff options
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index f5b97187e..916464c26 100644 --- a/engine/start.php +++ b/engine/start.php @@ -102,7 +102,8 @@ $lib_files = array( 'statistics.php', 'tags.php', 'usersettings.php', 'users.php', 'version.php', 'web_services.php', 'widgets.php', 'xml.php', 'xml-rpc.php', - 'deprecated.php' + //backwards compatibility + 'deprecated-1.7.php', 'deprecated-1.8.php', ); foreach ($lib_files as $file) { |