Changeset 1926 for branches/release-35/php/lib/MTUtil.php
- Timestamp:
- 04/16/08 10:50:21 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-35/php/lib/MTUtil.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/php/lib/MTUtil.php
r1800 r1926 891 891 if ($ctx->stash('entry')) { 892 892 $entry = $ctx->stash('entry'); 893 if (empty($entry['placement_category_id'])) 894 return null; 893 895 if ($class == 'folder') 894 896 $cat = $ctx->mt->db->fetch_folder($entry['placement_category_id']);
