Issues with triggers

This commit is contained in:
Paula Quispe
2017-08-05 10:08:31 -04:00
parent 0f120dbb88
commit 6f26e43bd9
3 changed files with 138 additions and 139 deletions

View File

@@ -23,8 +23,7 @@
*
*/
G::LoadAllPluginModelClasses();
$id=get_ajax_value('ptID');
$ntable = unserialize(base64_decode($_SESSION['pagedTable[' . $id . ']']));
$page=get_ajax_value('page');

View File

@@ -24,6 +24,7 @@
*/
/* Includes */
G::LoadAllPluginModelClasses();
$id = get_ajax_value('ptID');
$ntable = unserialize(base64_decode($_SESSION['pagedTable[' . $id . ']']));
$page = get_ajax_value('page');
@@ -131,4 +132,3 @@ if (isset($_SESSION["USER_LOGGED"])) {
} else {
$conf->saveConfig("pagedTable", $ntable->__OBJ_UID);
}

View File

@@ -33,7 +33,7 @@
* @access public
*/
class objectTemplate extends smarty
class objectTemplate extends Smarty
{
/**