aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-07-25 17:26:26 +0000
committerrvelices <rv-github@modusoptimus.com>2012-07-25 17:26:26 +0000
commit273f066dafc967ec5ff75d4a7664f65959e19a90 (patch)
tree369ef599ce8671833c0405e45a135851961a7dd0 /themes
parentc87ad378c2b85af91d5434f922460b8dfffc2385 (diff)
merge from trunk to 2.4
- fix smartpocket : web service calls in admin not working on iphones - removed unused func params in template git-svn-id: http://piwigo.org/svn/branches/2.4@17022 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/smartpocket/themeconf.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php
index 7cedbc21b..0c5f7397d 100644
--- a/themes/smartpocket/themeconf.inc.php
+++ b/themes/smartpocket/themeconf.inc.php
@@ -13,7 +13,7 @@ $themeconf = array(
);
// Redirect if page is not compatible with mobile theme
-if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification')))
+if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws')))
redirect(duplicate_index_url());
//Retrive all pictures on thumbnails page