mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-04 03:59:09 -04:00
Add very basic comment listing which shows the different queues
(approved, unapproved, spam).
This commit is contained in:
@@ -23,4 +23,8 @@ class Comment_Model extends ORM {
|
||||
"email" => "valid_email",
|
||||
"url" => "valid_url",
|
||||
"text" => "required");
|
||||
|
||||
function item() {
|
||||
return ORM::factory("item", $this->item_id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user