Changeset 20579


Ignore:
Timestamp:
Feb 5, 2013, 8:41:03 PM (11 years ago)
Author:
rvelices
Message:

fix potential smartpocket redirect issue in admin (redirect -> redirect_html -> new Template -> include themeconf.inc.php => Fatal error)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/smartpocket/themeconf.inc.php

    r19009 r20579  
    1414
    1515// Redirect if page is not compatible with mobile theme
    16 if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws')))
     16if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws', 'admin')))
    1717  redirect(duplicate_index_url());
    1818
Note: See TracChangeset for help on using the changeset viewer.