Changeset 414:2598f7f5f1e2
- Timestamp:
- 06/25/11 09:44:30 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_public.php
r407 r414 115 115 116 116 if (!empty($if)) { 117 return '<?php if('.implode(' '.$operator.' ', $if).') : ?>'.$content.'<?php endif; ?>';117 return '<?php if('.implode(' '.$operator.' ', (array) $if).') : ?>'.$content.'<?php endif; ?>'; 118 118 } else { 119 119 return $content;
Note: See TracChangeset
for help on using the changeset viewer.