dedimania small update

This commit is contained in:
kremsy
2017-05-20 10:10:39 +02:00
parent 468f937b2e
commit 8cfe46e32f
2 changed files with 2 additions and 4 deletions

View File

@ -116,7 +116,7 @@ class DedimaniaData {
* Unsets all existing Records
*/
public function unsetRecords() {
unset($this->records);
$this->records = array();
}
/**