Ignore:
Timestamp:
Mar 13, 2014, 6:36:13 PM (10 years ago)
Author:
plg
Message:

bug fixed: remove is_adviser() (compatibility 2.6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/piclenswallconfig.php

    r21238 r27746  
    2020
    2121// Switch  on right side (=> )
    22 if ( isset($_POST['falsify']) and !is_adviser()
     22if ( isset($_POST['falsify'])
    2323    and isset($_POST['cat_true']) and count($_POST['cat_true']) > 0)
    2424{
     
    3030}
    3131// Switch  on left side ( <=)
    32 if ( isset($_POST['trueify']) and !is_adviser()
     32if ( isset($_POST['trueify'])
    3333    and isset($_POST['cat_false']) and count($_POST['cat_false']) > 0)
    3434{
Note: See TracChangeset for help on using the changeset viewer.