Skip to content

Commit

Permalink
fix index notice
Browse files Browse the repository at this point in the history
  • Loading branch information
bency committed Jun 10, 2014
1 parent 377b591 commit 009217c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pix/Prompt.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static public function findMatch($m)

static public function addOften($prefix = '')
{
if (self::$_walked_prefix[$prefix]) {
if (isset(self::$_walked_prefix[$prefix]) and self::$_walked_prefix[$prefix]) {
return;
}
self::$_walked_prefix[$prefix] = true;
Expand Down

0 comments on commit 009217c

Please sign in to comment.