Release of v3.2.0-beta2

This commit is contained in:
2024-03-04 08:54:03 +02:00
parent d1e1a56671
commit 2fd3747aa1
48 changed files with 121 additions and 101 deletions

View File

@@ -77,7 +77,7 @@ $edit = "index.php?option=com_componentbuilder&view=libraries&task=library.edit"
<?php // setup the return path
if (!isset($returnpath))
{
$returnpath = urlencode(base64_encode((string) JUri::getInstance()));
$returnpath = urlencode(base64_encode((string) \JUri::getInstance()));
}
// setup the buttons
if (!isset($_buttons) || !ArrayHelper::check($_buttons))