From: <var...@us...> - 2021-09-20 09:23:01
|
Revision: 10578 http://sourceforge.net/p/phpwiki/code/10578 Author: vargenau Date: 2021-09-20 09:22:59 +0000 (Mon, 20 Sep 2021) Log Message: ----------- Cases 1 and 2 are the same Modified Paths: -------------- trunk/lib/Request.php Modified: trunk/lib/Request.php =================================================================== --- trunk/lib/Request.php 2021-09-20 09:19:42 UTC (rev 10577) +++ trunk/lib/Request.php 2021-09-20 09:22:59 UTC (rev 10578) @@ -692,8 +692,6 @@ // errmsgs by Shilad Sen switch ($err) { case 1: - trigger_error(_("Upload error: file too big"), E_USER_WARNING); - break; case 2: trigger_error(_("Upload error: file too big"), E_USER_WARNING); break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |