aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggWidget.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggWidget.php')
-rw-r--r--engine/classes/ElggWidget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggWidget.php b/engine/classes/ElggWidget.php
index b91fdfeb5..60f2b6be4 100644
--- a/engine/classes/ElggWidget.php
+++ b/engine/classes/ElggWidget.php
@@ -122,7 +122,7 @@ class ElggWidget extends ElggObject {
);
$widgets = elgg_get_entities_from_private_settings($options);
if (!$widgets) {
- $this->column = $column;
+ $this->column = (int)$column;
$this->order = 0;
return;
}