* UpDate it.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-04-12 09:03:44 +00:00
parent 4ce74e5b52
commit a101d36dd5
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ class docModel extends model
->setDefault('module', 0)
->specialChars('title, digest, keywords')
->encodeURL('url')
->remove('files, labels')
->remove('comment,files, labels')
->add('editedBy', $this->app->user->account)
->add('editedDate', $now)
->get();