changed to this:
--------------------- function bla (App &$a) { $a->bla = 'stuff'; } --------------------- Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
4dce3d8224
commit
fb817b18ad
12 changed files with 24 additions and 24 deletions
|
@ -10,7 +10,7 @@
|
|||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||
*/
|
||||
|
||||
function smoothly_init(&$a) {
|
||||
function smoothly_init(App &$a) {
|
||||
set_template_engine($a, 'smarty3');
|
||||
|
||||
$cssFile = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue