Skip to content

Commit

Permalink
Add missing constants in Env $isString - Fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Jul 15, 2015
1 parent 9a0d0ec commit 5273725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wpstarter/src/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class Env extends Dotenv
);

private static $isString = array(
"ABSPATH",
"ADMIN_COOKIE_PATH",
"AUTH_COOKIE",
"BLOGUPLOADDIR",
Expand Down Expand Up @@ -136,6 +137,7 @@ class Env extends Dotenv
"WP_CONTENT_DIR",
"WP_CONTENT_URL",
"WP_DEFAULT_THEME",
"WP_HOME",
"WP_LANG_DIR",
"WP_MAX_MEMORY_LIMIT",
"WP_MEMORY_LIMIT",
Expand Down

0 comments on commit 5273725

Please sign in to comment.