Skip to content

Commit

Permalink
Fix defining Friendly URLs sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhgboyle committed Nov 30, 2021
1 parent 8fb2f72 commit bd2878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*/

// Friendly URLs?
define('FRIENDLY_URLS', Config::get('core/friendly'));
define('FRIENDLY_URLS', Config::get('core/friendly') == 'true');

// Set up cache
$cache = new Cache(['name' => 'nameless', 'extension' => '.cache', 'path' => ROOT_PATH . '/cache/']);
Expand Down

0 comments on commit bd2878f

Please sign in to comment.