Skip to content

Commit

Permalink
corrected syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
datazen committed Dec 6, 2013
1 parent ef60f02 commit 73b5839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/includes/classes/utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public static function isWindows() {
* @return boolean
*/
public static function isPro() {
if (file_exists(DIR_FS_CATALOG . 'addons/Loaded_7_Pro/controller.php') {
if (file_exists(DIR_FS_CATALOG . 'addons/Loaded_7_Pro/controller.php')) {
if (defined('ADDONS_SYSTEM_LOADED_7_PRO_STATUS') && ADDONS_SYSTEM_LOADED_7_PRO_STATUS == '1') {
return true;
}
Expand Down

0 comments on commit 73b5839

Please sign in to comment.