Removed obsolete method call
(Removed code is already executed in tag editing jobs.)
This commit is contained in:
parent
26323f996b
commit
ebfa0a71aa
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ class PostController
|
||||||
}
|
}
|
||||||
|
|
||||||
Api::run(new EditPostJob(), $jobArgs);
|
Api::run(new EditPostJob(), $jobArgs);
|
||||||
TagModel::removeUnused();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function flagAction($id)
|
public function flagAction($id)
|
||||||
|
|
Loading…
Reference in a new issue