Fixup global replace mess

This commit is contained in:
Vojtěch Sajdl
2018-01-18 22:59:34 +01:00
parent 696b205b68
commit 7d4bb9af2e
9 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class Incident
/**
* Processes submitted form and adds incident unless problem is encountered,
* calling this is possible only for admin or higher rank. Also checks require_oncements
* calling this is possible only for admin or higher rank. Also checks requirements
* for char limits.
* @return void
*/
+1 -1
View File
@@ -51,7 +51,7 @@ class Service
/**
* Processes submitted form and adds service unless problem is encountered,
* calling this is possible only for admin or higher rank. Also checks require_oncements
* calling this is possible only for admin or higher rank. Also checks requirements
* for char limits.
* @return void
*/
+1 -1
View File
@@ -106,7 +106,7 @@ class User
/**
* Processes submitted form and adds user unless problem is encountered,
* calling this is possible only for Superadmin (other ranks cannot add users)
* or when the installation script is being run. Also checks require_oncements
* or when the installation script is being run. Also checks requirements
* for username and email being unique and char limits.
* @return void
*/