use new urlencode function
This commit is contained in:
@@ -175,7 +175,7 @@ class Media extends Model
|
|||||||
// Loop through the array and encode each value
|
// Loop through the array and encode each value
|
||||||
foreach ($decodedValue as &$item) {
|
foreach ($decodedValue as &$item) {
|
||||||
if (is_string($item)) {
|
if (is_string($item)) {
|
||||||
$item = urlencode($item);
|
$item = customUrlEncode($item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user