diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-07-11 18:43:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-07-11 18:43:12 +0200 |
commit | e6b48f0d645a72b2b4898f3ddc90fc8437f9b1e2 (patch) | |
tree | b19e07dda8f252b997190fefeeb222e807b88cc6 /class/FedoraClient.php | |
parent | 50f2de59ed8ea3f41530fc4f06c12ae1613416ab (diff) |
add PkdDb link on zoom page, solves #58
Diffstat (limited to 'class/FedoraClient.php')
-rw-r--r-- | class/FedoraClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/class/FedoraClient.php b/class/FedoraClient.php index ed29f54..c1a10c5 100644 --- a/class/FedoraClient.php +++ b/class/FedoraClient.php @@ -44,7 +44,7 @@ require_once 'Cache/Lite.php'; abstract class FedoraClient { - private $url; + protected $url; private $agent; private $debug = 0; protected $cache; |