Merged in bugfix/HOR-3618-C (pull request #5863)
HOR-3618 Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
G::LoadAllPluginModelClasses();
|
||||
$id=get_ajax_value('ptID');
|
||||
$ntable = unserialize(base64_decode($_SESSION['pagedTable[' . $id . ']']));
|
||||
$page=get_ajax_value('page');
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
* @access public
|
||||
*/
|
||||
|
||||
class objectTemplate extends smarty
|
||||
class objectTemplate extends Smarty
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user