Skip to content

Commit

Permalink
Missed two standards violations
Browse files Browse the repository at this point in the history
  • Loading branch information
boydjd committed Feb 1, 2010
1 parent 9c4c501 commit 521b0d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phploader/loader.php
Expand Up @@ -58,7 +58,7 @@
* @class YAHOO_util_Loader * @class YAHOO_util_Loader
* @namespace PHP * @namespace PHP
*/ */
class YAHOO_util_Loader class YAHOO_util_Loader
{ {
/** /**
* The base directory * The base directory
Expand Down Expand Up @@ -342,8 +342,8 @@ function YAHOO_util_Loader(
) )
{ {
if (!isset($yuiVersion)) { if (!isset($yuiVersion)) {
die("Error: The first parameter of YAHOO_util_Loader must specify " . die("Error: The first parameter of YAHOO_util_Loader must specify "
"which version of YUI to use!"); . "which version of YUI to use!");
} }


/* /*
Expand Down

0 comments on commit 521b0d9

Please sign in to comment.