Преглед изворни кода

Merge r25068 to release-1.12

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25069 44c647ce-9c0f-0410-b52a-842ac1e357ba
rob пре 13 година
родитељ
комит
ee5301e1e3
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      demos/Zend/Gdata/YouTubeVideoApp/operations.php

+ 2 - 2
demos/Zend/Gdata/YouTubeVideoApp/operations.php

@@ -1083,10 +1083,10 @@ function updatePlaylist($newPlaylistTitle, $newPlaylistDescription, $oldPlaylist
  * @param array $post (Optional) The post variables that accompanied the operation, if available.
  * @return void
  */
-function unsupportedOperation($_POST)
+function unsupportedOperation($post)
 {
     $message = 'ERROR An unsupported operation has been called - post variables received '
-             . print_r($_POST, true);
+             . print_r($post, true);
 
     if (loggingEnabled()) {
         logMessage($message, 'error');