Skip to content
Snippets Groups Projects
Commit a3640de1 authored by gloas's avatar gloas
Browse files

correction: ajout session write close aux actions ajax resume et dispo

parent 1bd6a1db
No related merge requests found
......@@ -189,11 +189,13 @@ class NoticeAjaxController extends Zend_Controller_Action {
public function resumenoticeAction() {
session_write_close();
$resume = $this->notice->getResume();
$this->_sendResponse($resume);
}
public function dispoNoticeAction() {
session_write_close();
$this->_sendResponse($this->notice->isDisponible() ? 'true' : 'false');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment