Created
February 17, 2011 07:19
-
-
Save boombatower/831215 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: includes/install.inc | |
=================================================================== | |
RCS file: /cvs/drupal/drupal/includes/install.inc,v | |
retrieving revision 1.152 | |
diff -u -r1.152 includes/install.inc | |
--- includes/install.inc 2 Jan 2011 17:23:20 -0000 1.152 | |
+++ includes/install.inc 17 Feb 2011 07:19:46 -0000 | |
@@ -35,6 +35,7 @@ | |
* File permission check -- File exists. | |
*/ | |
define('FILE_EXIST', 1); | |
+lol(); | |
/** | |
* File permission check -- File is readable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment