Changeset 1843
- Timestamp:
- 07/23/2010 06:46:53 PM (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/lib/model/doctrine/PluginaBlogItem.class.php
r1816 r1843 80 80 $this['title'] = 'untitled'; 81 81 $this['slug_saved'] = false; 82 $this['published_at'] = date('Y-m-d'); 82 83 83 84 // This prevents post preupdate from running after the next save
