Skip to content

Commit

Permalink
#6 migrate Zend_Amf_Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Bui Sy Nguyen committed Apr 30, 2016
1 parent 751d981 commit a94447d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fproject/amf/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Server
*/
public function __construct()
{
TypeLoader::setResourceLoader(new ResourceLoader(array("Zend_Amf_Parse_Resource" => "amf/parse/resource")));
TypeLoader::setResourceLoader(new ResourceLoader(array("Resource" => "amf/parse/resource")));
}

/**
Expand Down
2 changes: 1 addition & 1 deletion fproject/amf/parse/resource/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* This class will convert stream resource to string by just reading it
*
*/
class Stream
class Resource_Stream
{
/**
* Parse resource into string
Expand Down

0 comments on commit a94447d

Please sign in to comment.