Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request zendframework#4780
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 12, 2013
2 parents 5155a83 + fd31c83 commit 51b7dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/autoload_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$loader->register();

if (!class_exists('Zend\Controller\Action')) {
echo "Could not find action class?\n";
echo "Could not find action class!\n";
} else {
echo "Found action class!\n";
}
Expand Down
2 changes: 1 addition & 1 deletion bin/autoload_examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
echo "Found action class!\n";
}
if (!class_exists('Zend\Version')) {
echo "Could not find version class?\n";
echo "Could not find version class!\n";
} else {
echo "Found version class!\n";
}

0 comments on commit 51b7dea

Please sign in to comment.