fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11734] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [11734] typo
Date: Fri, 21 Feb 2014 13:30:52 +0000

Revision: 11734
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11734
Author:   sigurdne
Date:     2014-02-21 13:30:50 +0000 (Fri, 21 Feb 2014)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/phpgwapi/inc/exchange/image_cache.php

Modified: trunk/phpgwapi/inc/exchange/image_cache.php
===================================================================
--- trunk/phpgwapi/inc/exchange/image_cache.php 2014-02-21 11:30:29 UTC (rev 
11733)
+++ trunk/phpgwapi/inc/exchange/image_cache.php 2014-02-21 13:30:50 UTC (rev 
11734)
@@ -18,7 +18,7 @@
 require_once(dirname(__FILE__).'/class_http.php');
 
 $h = new http();
-$h->fetch($_GET['url'], $_GET['ttl'];);
+$h->fetch($_GET['url'], $_GET['ttl']);
 header("Content-Type: image/jpeg");
 echo $h->body;
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]