Skip to content

Commit

Permalink
Use of undefined constant JPATH_SITE
Browse files Browse the repository at this point in the history
Notice: Use of undefined constant JPATH_SITE - assumed 'JPATH_SITE' in .....\htdocs\jplateform\libraries\joomla\filesystem\path.php on line 15

emerges when testing for web application
  • Loading branch information
bishnoi committed Oct 5, 2012
1 parent f1dfc46 commit 6f64659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/filesystem/path.php
Expand Up @@ -12,7 +12,7 @@
if (!defined('JPATH_ROOT')) if (!defined('JPATH_ROOT'))
{ {
// Define a string constant for the root directory of the file system in native format // Define a string constant for the root directory of the file system in native format
define('JPATH_ROOT', JPath::clean(JPATH_SITE)); define('JPATH_ROOT', JPath::clean('JPATH_SITE'));
} }


/** /**
Expand Down

0 comments on commit 6f64659

Please sign in to comment.