From 1c9807a8836030d026fe799890d4dafa05b44d91 Mon Sep 17 00:00:00 2001 From: j-ed Date: Sun, 3 Feb 2013 14:17:50 +0100 Subject: [PATCH] Update admin_manual/configuration_3rdparty.rst changed quotes. --- admin_manual/configuration_3rdparty.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_3rdparty.rst b/admin_manual/configuration_3rdparty.rst index 98b3e1733..b5e4e38f1 100644 --- a/admin_manual/configuration_3rdparty.rst +++ b/admin_manual/configuration_3rdparty.rst @@ -13,5 +13,5 @@ reason you can use the ``3rdpartyroot`` parameter to define the absolute file system path to the folder. The ``3rdpartyurl`` parameter is used to define the http web path to that folder, starting at the ownCloud web root. :: - "3rdpartyroot" => OC::$SERVERROOT.'/3rdparty', + "3rdpartyroot" => OC::$SERVERROOT."/3rdparty", "3rdpartyurl" => "/3rdparty",