Skip to content

Commit

Permalink
Tweaked the reserved variables a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Mar 29, 2012
1 parent 6957c0b commit e13dc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/DirectoryLister.php
Expand Up @@ -18,8 +18,8 @@ class DirectoryLister {
// Define application version
const VERSION = '2.0.0-dev';

// Set some default variables
protected $_themeName = 'bootstrap';
// Reserve some variables
protected $_themeName = NULL;
protected $_directory = NULL;
protected $_appDir = NULL;
protected $_appURL = NULL;
Expand Down

0 comments on commit e13dc87

Please sign in to comment.