Created
July 9, 2012 20:27
-
-
Save CrookedNumber/3078692 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: system.module | |
=================================================================== | |
--- modules/system/system.module (revision 8648) | |
+++ modules/system/system.module (working copy) | |
@@ -2238,7 +2238,7 @@ | |
} | |
else { | |
// File is not found in file system, so delete record from the system table. | |
- $delete->condition('filename', $file->filename); | |
+ //$delete->condition('filename', $file->filename); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment