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:
6a04b1a
)
Update preview link
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 24 Oct 2016 15:38:23 +0000
(11:38 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 24 Oct 2016 15:38:23 +0000
(11:38 -0400)
Toolkit/Packages/Admin/ListPages.php
patch
|
blob
|
history
diff --git
a/Toolkit/Packages/Admin/ListPages.php
b/Toolkit/Packages/Admin/ListPages.php
index
c25e1b4
..
c9be6cb
100644
(file)
--- a/
Toolkit/Packages/Admin/ListPages.php
+++ b/
Toolkit/Packages/Admin/ListPages.php
@@
-87,6
+87,8
@@
class Toolkit_Packages_Admin_ListPages
new Toolkit_Toolbox_PageGatewayPublish($this->_dbh),
$row['page_on']
);
+ $row['pageUrl'] = BASE_URL . 'index.php?catid='
+ . $row['page_on'] . '&preview=1';
$row['deleteUrl']
= 'packages.php?Command=Delete&pageId=' .
$row['page_on'];