Skip to content
Snippets Groups Projects
Commit aefaba07 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #30143: fix tests

parent 38e79bf2
Branches
Tags
2 merge requests!1148Dev#30143 create album record thumbnail from first image,!1137Dev#30143 create album record thumbnail from first image
......@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
abstract class Class_WebService_Abstract {
class Class_WebService_Abstract {
protected $_message;
protected static $_http_client;
......@@ -43,12 +43,12 @@ abstract class Class_WebService_Abstract {
function setMessage($message) {
public function setMessage($message) {
$this->_message=$message;
}
function getMessage() {
public function getMessage() {
return $this->_message;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment