Skip to content

Commit

Permalink
Issue #141189 chore: Changed lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
ghatolamol committed Apr 3, 2019
1 parent 6f75454 commit 424a8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/com_tjqueue/admin/libraries/tjqueueconsume.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct($topic)
{
parent::__construct();
$this->topic = $topic;
$file = JPATH_SITE . '/administrator/components/com_tjqueue/libraries/libs/vendor/autoload.php';
$file = JPATH_SITE . '/administrator/components/com_tjqueue/libraries/lib/vendor/autoload.php';

if (file_exists($file))
{
Expand Down
2 changes: 1 addition & 1 deletion src/com_tjqueue/admin/libraries/tjqueueproduce.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct()
{
parent::__construct();

$file = JPATH_SITE . '/administrator/components/com_tjqueue/libraries/libs/vendor/autoload.php';
$file = JPATH_SITE . '/administrator/components/com_tjqueue/libraries/lib/vendor/autoload.php';

if (file_exists($file))
{
Expand Down

0 comments on commit 424a8fd

Please sign in to comment.