Skip to content

Commit

Permalink
Merge pull request #2 from kleeja-official/hanirouatbi1-patch-1
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
RouatbiH authored Jul 1, 2024
2 parents f7f00cc + 67e7ef2 commit c22d786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Who wrote this plugin?
'plugin_developer' => 'Kleeja.com',
# This plugin version
'plugin_version' => '1.0',
'plugin_version' => '1.0.1',
# Explain what is this plugin, why should I use it?
'plugin_description' => array(
'en' => 'Generate a sitemap and promote your content by notifying (ping) the search engine once at every new content addition to Kleeja',
Expand Down Expand Up @@ -187,7 +187,7 @@
}
echo '</urlset>';

$SQL->free($result);
$SQL->freeresult($result);

#at end, close sql connections & etc
$SQL->close();
Expand Down

0 comments on commit c22d786

Please sign in to comment.