mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Post viewing - sidebar
This commit is contained in:
@ -14,7 +14,7 @@ class UserController
|
||||
* @route /user/{name}
|
||||
* @validate name [^\/]+
|
||||
*/
|
||||
public function showAction($name)
|
||||
public function viewAction($name)
|
||||
{
|
||||
$this->context->subTitle = $name;
|
||||
throw new Exception('Not implemented');
|
||||
|
Reference in New Issue
Block a user