This commit is contained in:
kondou 2013-08-30 13:16:13 +02:00
parent ecf187393b
commit 80e10f01c4
3 changed files with 4 additions and 5 deletions

@ -1 +1 @@
Subproject commit 9d8b5602ecb35697919e2a548e2a704058a6d21a
Subproject commit 21b466b72cdd4c823c011669593ecef1defb1f3c

View File

@ -109,8 +109,8 @@ class OC_Core_Avatar_Controller {
// Clean up
\OC_Cache::remove('tmpavatar');
\OC_JSON::success();
} catch (\Exception $e) {
\OC_JSON::error(array("data" => array("message" => $e->getMessage()) ));
}
} catch (\Exception $e) {
\OC_JSON::error(array("data" => array("message" => $e->getMessage()) ));
}
}
}

View File

@ -87,7 +87,6 @@ $tmpl->assign('passwordChangeSupported', OC_User::canUserChangePassword(OC_User:
$tmpl->assign('displayNameChangeSupported', OC_User::canUserChangeDisplayName(OC_User::getUser()));
$tmpl->assign('displayName', OC_User::getDisplayName());
$tmpl->assign('enableDecryptAll' , $enableDecryptAll);
$tmpl->assign('avatar', OC_Config::getValue('avatar', 'local'));
$forms=OC_App::getForms('personal');
$tmpl->assign('forms', array());