mirror of
https://github.com/getgrav/grav.git
synced 2026-03-05 03:51:50 +01:00
remove unused var
This commit is contained in:
@@ -308,7 +308,7 @@ class ImageMedium extends Medium
|
||||
}
|
||||
|
||||
try {
|
||||
$result = call_user_func_array([$this->image, $method], $args);
|
||||
call_user_func_array([$this->image, $method], $args);
|
||||
|
||||
foreach ($this->alternatives as $ratio => $medium) {
|
||||
$args_copy = $args;
|
||||
|
||||
Reference in New Issue
Block a user