@@ -308,6 +308,7 @@ |
||
308 | 308 | * @param array $params the parameters of the sql query |
309 | 309 | * @param int $limit the maximum number of rows |
310 | 310 | * @param int $offset from which row we want to start |
311 | + * @param string $msg |
|
311 | 312 | * @return string formatted error message string |
312 | 313 | * @since 9.1.0 |
313 | 314 | */ |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use OC; |
27 | 27 | use OC\User\Session; |
28 | 28 | use OC_App; |
29 | -use OC_User; |
|
30 | 29 | use OC_Util; |
31 | 30 | use OCP\AppFramework\Controller; |
32 | 31 | use OCP\AppFramework\Http\RedirectResponse; |