diff options
Diffstat (limited to 'library/WT/Controller/Ajax.php')
| -rw-r--r-- | library/WT/Controller/Ajax.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Controller/Ajax.php b/library/WT/Controller/Ajax.php index 5cc42f15de..1864c0de5d 100644 --- a/library/WT/Controller/Ajax.php +++ b/library/WT/Controller/Ajax.php @@ -33,13 +33,13 @@ class WT_Controller_Ajax extends WT_Controller_Base { $this->page_header=true; return $this; } - + public function pageFooter() { // Ajax responses may have Javascript echo $this->getJavascript(); return $this; } - + // Restrict access public function requireManagerLogin($ged_id=WT_GED_ID) { if ( |
