Refactor ajax loading so that the current page is used.

This commit is contained in:
David Molineus
2015-01-14 17:50:23 +01:00
parent cbf2c53ee0
commit d54b5ddc3e
5 changed files with 84 additions and 74 deletions

View File

@@ -38,4 +38,9 @@ class MapModule extends \Module
{
$this->construct($objElement, $strColumn);
}
protected function getIdentifier()
{
return 'mod_' . $this->id;
}
}