File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181
8282 $ format = \OC ::$ server ->getRequest ()->getParam ('format ' , 'xml ' );
8383 $ txt ='Invalid query, please check the syntax. API specifications are here: '
84- .' http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. DEBUG OUTPUT: ' ."\n" ;
84+ .' http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. ' ."\n" ;
8585 OC_API ::respond (new \OC \OCS \Result (null , \OCP \API ::RESPOND_NOT_FOUND , $ txt ), $ format );
8686} catch (MethodNotAllowedException $ e ) {
8787 OC_API ::setContentType ();
9696
9797 $ format = \OC ::$ server ->getRequest ()->getParam ('format ' , 'xml ' );
9898 $ txt ='Invalid query, please check the syntax. API specifications are here: '
99- .' http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. DEBUG OUTPUT: ' ."\n" ;
99+ .' http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. ' ."\n" ;
100100 OC_API ::respond (new \OC \OCS \Result (null , \OCP \API ::RESPOND_NOT_FOUND , $ txt ), $ format );
101101}
102102
You can’t perform that action at this time.
0 commit comments