]> git.andy128k.dev Git - ipf.git/commitdiff
fix typo
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 7 Jul 2013 12:10:57 +0000 (15:10 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 7 Jul 2013 12:10:57 +0000 (15:10 +0300)
ipf.php

diff --git a/ipf.php b/ipf.php
index 9116d31759add3462f27aab5d48b4b9ca9edaed9..3ba5c9e3fc83334cceb050870819a109b31539d0 100644 (file)
--- 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()