fixed invalid method call

This commit is contained in:
Petr Skoda
2010-09-18 11:15:15 +00:00
parent 8d3f06f7fa
commit b28242d303
+1 -1
View File
@@ -474,7 +474,7 @@ class MoodleODSFormat {
* @param string $location alignment for the cell ('left', 'right', etc...)
*/
function set_h_align($location) {
set_align($location);
$this->set_align($location);
}
/* Set the cell vertical alignment of the format