1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Typo fix previous commit

This commit is contained in:
Moc
2014-08-05 12:50:43 +02:00
parent 96108c3644
commit 669d19c453

View File

@@ -658,13 +658,12 @@ function process_upload()
}
}
return $ret;
}
}
else
{
e107::getMessage()->addError('Something went wrong during the attachment uploading process.'));
e107::getMessage()->addError('Something went wrong during the attachment uploading process.');
}
}