Bloc --> Block, line 136
authorLaury GvR <laury@gaslightmedia.com>
Thu, 18 Dec 2014 22:01:24 +0000 (17:01 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 18 Dec 2014 22:01:24 +0000 (17:01 -0500)
models/block.php

index 3200d7c..8fcfb30 100644 (file)
@@ -133,7 +133,7 @@ class glm_models_block
                 $block->url = get_permalink($custom['glm_block_page'][0]);
             }
             if ($custom['glm_block_url'][0] == 'url') {
-                $bloc->url = $custom['glm_block_ext_url'][0];
+                $block->url = $custom['glm_block_ext_url'][0];
             }
             $block->thumbnail         = get_the_post_thumbnail(
                 $block->ID, array(298, 228), array('class' => 'aligncenter')