1
1
Fork 0

Revert "Updated modules to allow for partial overrides without errors"

This reverts commit db949bb802.
This commit is contained in:
fabrixxm 2016-02-07 15:11:34 +01:00
commit b202e02fbf
123 changed files with 471 additions and 768 deletions

View file

@ -2,7 +2,6 @@
require_once('include/Photo.php');
if(! function_exists('wall_upload_post')) {
function wall_upload_post(&$a, $desktopmode = true) {
logger("wall upload: starting new upload", LOGGER_DEBUG);
@ -298,4 +297,3 @@ function wall_upload_post(&$a, $desktopmode = true) {
killme();
// NOTREACHED
}
}