32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-11-16 01:27:07 +00:00

Update script.php

This commit is contained in:
zero-24 2015-04-01 23:21:52 +02:00
parent a80cfc7730
commit fcbeb48a49

View File

@ -68,12 +68,15 @@ class Com_WeblinksInstallerScript
$category->rebuildPath($category->id); $category->rebuildPath($category->id);
} }
} }
/** /**
* method to update the component * method to run after an install/downloads/uninstall method
* *
* @return void * @return void
*
* @since 3.4.1
*/ */
function update($parent) function postflight($type, $parent)
{ {
$tasks = array( $tasks = array(
'0' => 'sid', '0' => 'sid',