FIX Base pase constant BLOGGER_DIR

This commit is contained in:
Robbie Averill 2016-12-19 14:29:05 +13:00
parent c927d7e29f
commit 4e7e1b7975
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
*
* @return string
**/
define('BLOGGER_DIR', dirname(__FILE__));
define('BLOGGER_DIR', basename(dirname(__FILE__)));