Skip to content

Instantly share code, notes, and snippets.

@CrookedNumber
Created July 9, 2012 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CrookedNumber/3078692 to your computer and use it in GitHub Desktop.
Save CrookedNumber/3078692 to your computer and use it in GitHub Desktop.
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