list videos with titles
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Apr 2016 19:01:10 +0000 (15:01 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Apr 2016 19:01:10 +0000 (15:01 -0400)
Toolkit/Videos/VideosDataGrid.php

index f2403e8..c139910 100644 (file)
@@ -112,8 +112,8 @@ class Toolkit_Videos_VideosDataGrid
 
         $this->addColumn(
             new Structures_DataGrid_Column(
-            'Video Url',
-            'video_url',
+            'Title',
+            'title',
             null
             )
         );