update template permissions

This commit is contained in:
BJRambo 2016-03-01 12:21:25 +09:00
parent 1dcf523450
commit 5d550920ee
2 changed files with 3 additions and 1 deletions

View file

@ -333,6 +333,8 @@ class boardView extends board
}
}
Context::set('update_view', $this->grant->update_view);
// setup the document oject on context
$oDocument->add('module_srl', $this->module_srl);
Context::set('oDocument', $oDocument);