Type in archive function

This commit is contained in:
Steven Mondji-Lerider 2013-10-18 07:28:05 +00:00
parent d5fbe3e05a
commit b6f7c82cd2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class m_action {
* If archive_del_data is not set we delete the folder.
* @param: $dir : sub_directory of the archive directory
*/
function archive($archivei,$dir="html") {
function archive($archive,$dir="html") {
global $cuid,$db,$err;
$arch=variable_get('archive_del_data');