oops, i need pre-commit hooks

This commit is contained in:
John Bintz 2009-10-21 21:59:19 -04:00
parent 873f8c69e7
commit 08abd5c854
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ComicPressStoryline {
if (is_string($structure)) {
$structure = explode(',', $structure);
}
if (is_array($structure)) {
$is_valid = true;