Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Dec 27, 2024
1 parent 2bee070 commit 36d272f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions script.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* @since 2.0.0
* @package com_plugnmeet
* @author Jibon L. Costa <[email protected]>
* @copyright Copyright (C) MynaParrot SL. All Rights Reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;

use Joomla\CMS\Factory;
Expand Down Expand Up @@ -59,9 +66,9 @@ public function postflight(string $type, InstallerAdapter $adapter): bool
->where($db->qn('type') . ' = ' . $db->q("component"))
->where($db->qn('element') . ' = ' . $db->q("com_plugnmeet"));
$db->setQuery($query);
$db->execute();

return $db->execute();
}
Factory::getApplication()->enqueueMessage(Text::_("COM_PLUGNMEET_XML_DESCRIPTION"));

return true;
}
Expand Down

0 comments on commit 36d272f

Please sign in to comment.