From 8d4ccd8f323900abc511855461a2e8ff54d6644c Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Mon, 17 May 2010 22:05:00 -0400 Subject: [PATCH] Pastie: fix saving paste title --- pastie/paste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastie/paste.php b/pastie/paste.php index a7baa7311..8458391cc 100644 --- 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'); -- 2.11.0