Combined if-statements

Combined two of the same if-statements into one.
pull/682/head
Tim 2018-02-25 18:46:51 +01:00 committed by Timz99
parent 869594979e
commit 541fa9b453
1 changed files with 0 additions and 2 deletions

View File

@ -118,9 +118,7 @@ if(!defined('PSM_MODULE_DEFAULT')) {
* Default theme * Default theme
*/ */
define('PSM_THEME', 'default'); define('PSM_THEME', 'default');
}
if(!defined('PSM_MODULE_DEFAULT')) {
/** /**
* Default module (if none given or invalid one) * Default module (if none given or invalid one)
*/ */