]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4856 removed incorrect argument to create_object_entity()
authorCash Costello <cash.costello@gmail.com>
Sat, 22 Dec 2012 18:56:54 +0000 (13:56 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 22 Dec 2012 18:56:54 +0000 (13:56 -0500)
engine/classes/ElggObject.php

index 84f6e09c8edff2236f4f9eca743f3322f067ecf6..6263f84f63860f22d2854154742d594628a7e6ce 100644 (file)
@@ -130,7 +130,7 @@ class ElggObject extends ElggEntity {
 
                // Save ElggObject-specific attributes
                return create_object_entity($this->get('guid'), $this->get('title'),
-                       $this->get('description'), $this->get('container_guid'));
+                       $this->get('description'));
        }
 
        /**