Skip to content

Instantly share code, notes, and snippets.

@pjbeardsley
Created July 11, 2012 14:02
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 pjbeardsley/3090548 to your computer and use it in GitHub Desktop.
Save pjbeardsley/3090548 to your computer and use it in GitHub Desktop.
fDirectory.php.patch
Index: fDirectory.php
===================================================================
--- fDirectory.php (revision 71)
+++ fDirectory.php (working copy)
@@ -237,7 +237,7 @@
rmdir($this->directory);
- fFilesystem::updateDeletedMap($this->directory, debug_backtrace());
+ fFilesystem::updateDeletedMap($this->directory, fCore::backtrace());
fFilesystem::updateFilenameMapForDirectory($this->directory, '*DELETED at ' . time() . ' with token ' . uniqid('', TRUE) . '* ' . $this->directory);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment