mirror of
https://github.com/friendica/friendica
synced 2024-11-17 23:03:41 +00:00
add missing return statement
This commit is contained in:
parent
adb1bd2ad0
commit
c5dac44c8f
1 changed files with 2 additions and 0 deletions
|
@ -359,6 +359,8 @@ class Temporal
|
||||||
return sprintf($format, $r, (($r == 1) ? $str[0] : $str[1]));
|
return sprintf($format, $r, (($r == 1) ? $str[0] : $str[1]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue