USER_HISTORY-236 Fix the session block funcionality
This commit is contained in:
@@ -202,11 +202,11 @@ class PropelTable
|
||||
$this->filter = urldecode($_GET['filter']);
|
||||
}
|
||||
if ($xmlForm->ajaxServer != '') {
|
||||
$this->ajaxServer = G::encryptLink($xmlForm->ajaxServer);
|
||||
$this->ajaxServer = $xmlForm->ajaxServer;
|
||||
} else {
|
||||
$this->ajaxServer = G::encryptLink('../gulliver/propelTableAjax');
|
||||
$this->ajaxServer = '../gulliver/propelTableAjax';
|
||||
}
|
||||
$this->ownerPage = G::encryptLink(SYS_CURRENT_URI);
|
||||
$this->ownerPage = SYS_CURRENT_URI;
|
||||
// Config attributes from XMLFORM file
|
||||
$myAttributes = get_class_vars(get_class($this));
|
||||
foreach ($this->xmlForm->xmlform->tree->attribute as $atrib => $value) {
|
||||
|
||||
Reference in New Issue
Block a user