Skip to content

Commit

Permalink
Merge pull request #97 from EllisLab/bug/undefined-is-pro-on-update
Browse files Browse the repository at this point in the history
Closes #95
  • Loading branch information
obfuscode authored Mar 11, 2020
2 parents 192484c + a0afebf commit 866fe1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/ee/installer/controllers/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public function __construct()

// retain in case third-party add-ons expect IS_CORE to be defined
define('IS_CORE', FALSE);
define('IS_PRO', FALSE);

define('USERNAME_MAX_LENGTH', 75);
define('PASSWORD_MAX_LENGTH', 72);
Expand Down

0 comments on commit 866fe1f

Please sign in to comment.