projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1c468
)
Pastie: fix saving paste title
author
Ben Klang
<ben@alkaloid.net>
Tue, 18 May 2010 02:05:00 +0000
(22:05 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 18 May 2010 02:05:00 +0000
(22:05 -0400)
pastie/paste.php
patch
|
blob
|
history
diff --git
a/pastie/paste.php
b/pastie/paste.php
index
a7baa73
..
8458391
100644
(file)
--- a/
pastie/paste.php
+++ b/
pastie/paste.php
@@
-24,7
+24,7
@@
if ($form->validate($vars)) {
$form->getInfo($vars, $info);
try {
- $uuid = $pastie->driver->savePaste('default', $info['paste'], $info['syntax']);
+ $uuid = $pastie->driver->savePaste('default', $info['paste'], $info['syntax']
, $info['title']
);
$notification->push(sprintf('Paste saved. %s', $uuid), 'horde.success');