fixed wiki#edit
This commit is contained in:
parent
4385992e00
commit
037393a237
@ -159,8 +159,8 @@ class WikiPage extends Rails\ActiveRecord\Base
|
||||
];
|
||||
}
|
||||
|
||||
protected function versioningRelation($relation)
|
||||
protected function versioningRelation()
|
||||
{
|
||||
return $relation->order("updated_at DESC");
|
||||
return self::order("updated_at DESC");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user