Changeset 1737212
- Timestamp:
- 09/27/2017 04:10:43 PM (9 years ago)
- File:
-
- 1 edited
-
vrpconnector/trunk/lib/VRPConnector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vrpconnector/trunk/lib/VRPConnector.php
r1733276 r1737212 410 410 $func = $theme->otheractions; 411 411 $func2 = $func[$_GET['otherslug']]; 412 call_user_ method($func2, $theme);412 call_user_func($func2, $theme); 413 413 } 414 414 }
Note: See TracChangeset
for help on using the changeset viewer.