mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Replace Level-2 Dice patch with new release
This commit is contained in:
parent
62a6a5614d
commit
5a9e9cc41b
3 changed files with 8 additions and 117 deletions
|
@ -1,10 +0,0 @@
|
|||
--- /dev/null
|
||||
+++ ../Dice.php
|
||||
@@ -257,6 +257,7 @@
|
||||
for ($i = 0; $i < count($args); $i++) {
|
||||
if (call_user_func('is_' . $param->getType()->getName(), $args[$i])) {
|
||||
$parameters[] = array_splice($args, $i, 1)[0];
|
||||
+ break;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue