From 273f066dafc967ec5ff75d4a7664f65959e19a90 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 25 Jul 2012 17:26:26 +0000 Subject: 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 --- themes/smartpocket/themeconf.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/smartpocket/themeconf.inc.php') 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 -- cgit v1.2.3