Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/decorators/ActionUrlDecorator.php')
-rw-r--r--src/decorators/ActionUrlDecorator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 3ffed5fc..5eff0e8f 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -41,6 +41,6 @@ class ActionUrlDecorator extends Decorator
}
}
- return /*\containerInstance()->subFolder . '/*/'/src/views/' . \str_replace('.php', '', $url);
+ return \str_replace('.php', '', containerInstance()->subFolder.'/'.$url);
}
}