Explorar o código

small code fix

Piotr Labudda %!s(int64=6) %!d(string=hai) anos
pai
achega
c34858ac0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/se-lib/UserAcl.php

+ 1 - 1
SE/se-lib/UserAcl.php

@@ -487,7 +487,7 @@ class UserAcl {
 	/**
 	 * Ids List of Proces Init for user (use filters)
 	 */
-	 function getUsedUserProcesInitIds() {
+	function getUsedUserProcesInitIds() {
 		$usedProcesInitList = $this->getUsedUserProcesInitList();
 		return array_keys($usedProcesInitList);
 	}