Skip to content

Commit

Permalink
Merge branch 'IX-9.12.0' of https://github.com/kaltura/server into IX…
Browse files Browse the repository at this point in the history
…-9.12.0
  • Loading branch information
amirch1 committed Mar 4, 2014
2 parents 647b228 + 152dfd9 commit b97ea8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ protected function initSilverLightManifest($flavorAssets)
}
else
{
$this->storageId = $remoteFileSync->getDc();
if($remoteFileSync)
$this->storageId = $remoteFileSync->getDc();
$this->manifestFileSync = $remoteFileSync;
}

Expand Down
2 changes: 1 addition & 1 deletion configurations/admin.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ moduls.entitlement.group = GROUP_ENABLE_DISABLE_FEATURES

moduls.categoryLimit.enabled = true
moduls.categoryLimit.permissionType = 2
moduls.categoryLimit.label = Disble Category Limit
moduls.categoryLimit.label = Disable Category Limit
moduls.categoryLimit.permissionName = FEATURE_DISABLE_CATEGORY_LIMIT
moduls.categoryLimit.basePermissionType =
moduls.categoryLimit.basePermissionName =
Expand Down

0 comments on commit b97ea8f

Please sign in to comment.