Changeset 2854:2d4e6314b899 for admin/index.php
- Timestamp:
- 12/17/14 08:04:25 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r2852 r2854 176 176 $post_editor = $core->auth->getOption('editor'); 177 177 if ($post_editor && !empty($post_editor[$post_format])) { 178 $admin_post_behavior = $core->callBehavior('adminPostEditor', $post_editor[$post_format], 'post'); 178 // context is not post because of tags not available 179 $admin_post_behavior = $core->callBehavior('adminPostEditor', $post_editor[$post_format], 'quickentry', array('#post_content')); 179 180 } 180 181 }
Note: See TracChangeset
for help on using the changeset viewer.