1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

PHPdoc fix

This commit is contained in:
marj
2009-11-17 10:31:05 +00:00
parent 43f3c15b9f
commit e41a48ffe6
3 changed files with 42 additions and 29 deletions

View File

@@ -9,8 +9,8 @@
* Installation file
*
* $Source: /cvs_backup/e107_0.8/install_.php,v $
* $Revision: 1.50 $
* $Date: 2009-11-17 09:11:05 $
* $Revision: 1.51 $
* $Date: 2009-11-17 10:31:05 $
* $Author: marj_nl_fr $
*
*/
@@ -1052,7 +1052,7 @@ class e_install
/**
* Install a Theme required plugin.
* @param string $plugpath - plugin folder name
* @return
* @return void
*/
public function install_plugin($plugpath) //FIXME - requires default plugin table entries, see above.
{