Fix variable name in Shared_Updater

This commit is contained in:
Michael Gapczynski 2013-03-02 13:11:57 -05:00
parent 9b4d7d9925
commit e466d680fe
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Shared_Updater {
* @param array $params
*/
static public function shareHook($params) {
if ($params['itemType'] === 'file' || $param['itemType'] === 'folder') {
if ($params['itemType'] === 'file' || $params['itemType'] === 'folder') {
$id = \OC\Files\Filesystem::getPath($params['itemSource']);
self::correctFolders($id);
}