From: Andrey Kutejko Date: Sun, 7 Jul 2013 12:10:57 +0000 (+0300) Subject: fix typo X-Git-Tag: 0.5~182 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=c6413c19992a22eeeaada3dadecb558b523012e7;p=ipf.git fix typo --- diff --git a/ipf.php b/ipf.php index 9116d31..3ba5c9e 100644 --- a/ipf.php +++ b/ipf.php @@ -130,7 +130,7 @@ final class IPF public static function getUploadPath() { - return IPF::get('document_root') . getUploadUrl(); + return IPF::get('document_root') . IPF::getUploadUrl(); } public static function getUploadUrl()