From 61178e56dee6c44d4f5658d874fc9fd44b179f73 Mon Sep 17 00:00:00 2001
From: alvaro <alvaro@alia.(none)>
Date: Sun, 21 Oct 2012 04:22:04 -0700
Subject: [PATCH] Fixed #116

---
 classes/modules/adminModule.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/modules/adminModule.php b/classes/modules/adminModule.php
index f20cbd9b..4baa3db8 100644
--- a/classes/modules/adminModule.php
+++ b/classes/modules/adminModule.php
@@ -440,7 +440,7 @@ class AdminModule extends abstractModule{
       <input type='text' name='prefix' id='prefix' value='local'/>
       <span class='help-block'>The prefix to describe this namespace ('local' is the one used to mirror URIs of the data in this server)</span>
       <label for='file'>Endpoint</label>
-      <input type='text' name='endpoint' id='endpoint' value='".$conf['ns']['local']."'/>
+      <input type='text' name='endpoint' id='endpoint' value='".$conf['endpoint']['local']."'/>
       <span class='help-block'>The endpoint URL</span>
       <br />
       <button type='submit' class='btn'>Submit</button></form>
-- 
GitLab