fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8409] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [8409] typo
Date: Thu, 22 Dec 2011 08:45:49 +0000

Revision: 8409
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8409
Author:   sigurdne
Date:     2011-12-22 08:45:48 +0000 (Thu, 22 Dec 2011)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/frontend/inc/class.uihelpdesk.inc.php

Modified: trunk/frontend/inc/class.uihelpdesk.inc.php
===================================================================
--- trunk/frontend/inc/class.uihelpdesk.inc.php 2011-12-21 19:46:29 UTC (rev 
8408)
+++ trunk/frontend/inc/class.uihelpdesk.inc.php 2011-12-22 08:45:48 UTC (rev 
8409)
@@ -600,10 +600,10 @@
 
                                                // Files
                                                $values['file_name'] = 
@str_replace(' ','_',$_FILES['file']['name']);
-                                               if($values['file_name'] && 
$msglog['id'])
+                                               if($values['file_name'] && 
$result['id'])
                                                {
                                                        $bofiles = 
CreateObject('property.bofiles');
-                                                       $to_file = 
$bofiles->fakebase . '/fmticket/' . $msglog['id'] . '/' . $values['file_name'];
+                                                       $to_file = 
$bofiles->fakebase . '/fmticket/' . $result['id'] . '/' . $values['file_name'];
 
                                                        
if($bofiles->vfs->file_exists(array(
                                                                'string' => 
$to_file,




reply via email to

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