mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
CS
This commit is contained in:
parent
8799bde00d
commit
2455472e26
1 changed files with 2 additions and 2 deletions
|
@ -250,9 +250,9 @@ class ConfigController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate that a rule can be edited/deleted by the current user
|
* Validate that a rule can be edited/deleted by the current user.
|
||||||
*
|
*
|
||||||
* @param TaggingRule $rule
|
* @param TaggingRule $rule
|
||||||
*/
|
*/
|
||||||
private function validateRuleAction(TaggingRule $rule)
|
private function validateRuleAction(TaggingRule $rule)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue