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:
parent
a80cfc7730
commit
fcbeb48a49
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user