phpBMS

Show
Ignore:
Timestamp:
01/14/10 21:26:55 (2 years ago)
Author:
brieb
Message:
  • typo - Don't ever try to spell message with three 's's. It takes hours to debug what is wrong.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/api/include/apiclass.php

    r759 r760  
    456456 
    457457                switch($request["command"]){ 
    458                      
     458 
    459459                    case "ping": 
    460460                        //====================================================== 
    461                          
     461 
    462462                        $this->_addToResponse("message", "Everything is phpBMSy!"); 
    463                          
     463 
    464464                        break; 
    465465 
     
    605605                            $processor->timeFormat =  $this->options->timeFormat; 
    606606                        }//end if 
    607                          
     607 
    608608                        $errorMessage = ""; 
    609609                        if($this->options->useUuid){ 
     
    614614                                $errorMessage = "The `id` field must be set."; 
    615615                        }//end if 
    616                          
     616 
    617617                        if($errorMessage) 
    618618                            $this->sendError("Update failed from request number ".$i, $errorMessage); 
     
    843843 
    844844        $response["type"] = $type; 
    845         $response["messsage"] = $message; 
     845        $response["message"] = $message; 
    846846        if($extras) 
    847847            $response["extras"] = $extras; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.