Correccion de CONSOLIDATED

This commit is contained in:
Brayan Pereyra
2015-03-26 15:03:24 -04:00
parent c2d32d4f59
commit d647de4d69
3 changed files with 15 additions and 5 deletions

View File

@@ -35,6 +35,9 @@ class pmDynaform
public function getDynaform()
{
if (!isset($this->fields["CURRENT_DYNAFORM"])) {
return;
}
if ($this->record != null) {
return $this->record;
}
@@ -56,6 +59,9 @@ class pmDynaform
public function getCredentials()
{
if (!isset($_SESSION['USER_LOGGED'])) {
return;
}
if ($this->credentials != null) {
return $this->credentials;
}
@@ -430,3 +436,4 @@ class pmDynaform
}
}