Skip to content

Commit 8c03333

Browse files
committed
Merge pull request #21 from malan-pl/master
small cleanup and issue fix
2 parents 57b2ef7 + b637c91 commit 8c03333

File tree

5 files changed

+1
-87
lines changed

5 files changed

+1
-87
lines changed

cache/charts.e52714242c9ab74b8efe82a01c43ca64.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

cache/content.9c069a2336cfd446496c25258e848904.php

Lines changed: 0 additions & 4 deletions
This file was deleted.

cache/index.d41d8cd98f00b204e9800998ecf8427e.php

Lines changed: 0 additions & 37 deletions
This file was deleted.

config/website.directory.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

system/library/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Loader{
4040
$load_javascript = false,
4141
$load_style = false;
4242

43-
protected $var, // variables assigned to the page layout
43+
protected $var = array(), // variables assigned to the page layout
4444
$load_area_array = array(); // variables assigned to the page layout
4545

4646
// selected controller

0 commit comments

Comments
 (0)