Allow changing category owner via context menu for application categories

This commit is contained in:
nathangray 2017-02-13 10:52:31 -07:00
parent f7ce519750
commit 950404b36e

View File

@ -427,7 +427,7 @@ class admin_categories
} }
} }
// Can only edit (via context menu) Categories for the selected app (backend restriction) // Can only edit (via context menu) Categories for the selected app (backend restriction)
if($row['appname'] != $query['appname'] || (array_sum($row['owner']) > 0)) if($row['appname'] != $query['appname'])
{ {
$row['class'] .= ' rowNoEdit '; $row['class'] .= ' rowNoEdit ';
} }