summaryrefslogtreecommitdiff
path: root/plugins/mobile/mobile-functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 19:17:23 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 19:17:23 +0400
commitd10e0993b5afba5e50e2dada02f910d12ce67496 (patch)
treeef0cd764323c97732bb1f99e93fbe900c970466a /plugins/mobile/mobile-functions.php
parent01568557b5085e7943d196b919b46c94d6d04b5c (diff)
fix plugins/mobile
Diffstat (limited to 'plugins/mobile/mobile-functions.php')
-rw-r--r--plugins/mobile/mobile-functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mobile/mobile-functions.php b/plugins/mobile/mobile-functions.php
index dd5914516..1e65a3c36 100644
--- a/plugins/mobile/mobile-functions.php
+++ b/plugins/mobile/mobile-functions.php
@@ -1,9 +1,12 @@
<?php
+ require_once "autoload.php";
require_once "functions.php";
require_once "sessions.php";
require_once "version.php";
require_once "db-prefs.php";
+ init_plugins();
+
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
/* TODO replace with interface to db-prefs */