Преглед на файлове

added function documentation

tags/v7.0.0alpha2
Jens-Christian Fischer преди 10 години
родител
ревизия
0f6c607171
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4
    0
      lib/public/util.php

+ 4
- 0
lib/public/util.php Целия файл

@@ -254,6 +254,10 @@ class Util {
* Example: when given lostpassword-noreply as $user_part param,
* and is currently accessed via http(s)://example.com/,
* it would return 'lostpassword-noreply@example.com'
*
* If the configuration value 'mail_from_address' is set in
* config.php, this value will override the $user_part that
* is passed to this function
*/
public static function getDefaultEmailAddress($user_part) {
$user_part = \OC_Config::getValue('mail_from_address', $user_part);

Loading…
Отказ
Запис