projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e80c4
)
list videos with titles
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 7 Apr 2016 19:01:10 +0000
(15:01 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 7 Apr 2016 19:01:10 +0000
(15:01 -0400)
Toolkit/Videos/VideosDataGrid.php
patch
|
blob
|
history
diff --git
a/Toolkit/Videos/VideosDataGrid.php
b/Toolkit/Videos/VideosDataGrid.php
index
f2403e8
..
c139910
100644
(file)
--- a/
Toolkit/Videos/VideosDataGrid.php
+++ b/
Toolkit/Videos/VideosDataGrid.php
@@
-112,8
+112,8
@@
class Toolkit_Videos_VideosDataGrid
$this->addColumn(
new Structures_DataGrid_Column(
- '
Video Url
',
- '
video_url
',
+ '
Title
',
+ '
title
',
null
)
);