Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Update libs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaomg committed Apr 13, 2021
1 parent 5930c06 commit b974736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/libs/libs.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function getThemeVersion()
*/
public static function isDev()
{
return (CASTLE_ENV == 'dev') ? true : false;
return (CASTLE_ENV == 'dev' || CASTLE_ENV == 'development' ) ? true : false;
}

/**
Expand Down

0 comments on commit b974736

Please sign in to comment.