Changeset 2655 for branches/release-41/php/lib/function.mtentriescount.php
- Timestamp:
- 06/30/08 04:41:37 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/php/lib/function.mtentriescount.php
r1956 r2655 13 13 } else { 14 14 $entries = $ctx->stash('entries'); 15 if ( !is_array($entries)){15 if (empty($entries) || !is_array($entries)){ 16 16 $blog = $ctx->stash('blog'); 17 17 $args['blog_id'] = $blog['blog_id'];
