@@ -412,6 +412,10 @@ |
||
412 | 412 | return $url; |
413 | 413 | } |
414 | 414 | |
415 | + /** |
|
416 | + * @param string $feature |
|
417 | + * @param string $value |
|
418 | + */ |
|
415 | 419 | public function triggerChange($feature, $value = null) { |
416 | 420 | if ($this->emitter) { |
417 | 421 | $this->emitter->emit('\OC\User', 'changeUser', array($this, $feature, $value)); |
@@ -775,7 +775,6 @@ |
||
775 | 775 | * Fixes major bug in Apache 2.4 / PHP FPM where script_name contains full |
776 | 776 | * uri not just script name e.g /index.php/app/files instead of expected /index.php |
777 | 777 | * @see https://bugs.php.net/bug.php?id=65641 |
778 | - * @param string $name |
|
779 | 778 | * @return string |
780 | 779 | */ |
781 | 780 | private function getRawScriptName() { |