diff options
Diffstat (limited to 'bookmarkcommondescriptionedit.php')
-rw-r--r-- | bookmarkcommondescriptionedit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bookmarkcommondescriptionedit.php b/bookmarkcommondescriptionedit.php index 2abdf4f..c70dac0 100644 --- a/bookmarkcommondescriptionedit.php +++ b/bookmarkcommondescriptionedit.php @@ -21,7 +21,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA require_once('header.inc.php'); $bookmarkservice = & ServiceFactory :: getServiceInstance('BookmarkService'); -$tagservice = & ServiceFactory :: getServiceInstance('TagService'); $templateservice = & ServiceFactory :: getServiceInstance('TemplateService'); $userservice = & ServiceFactory :: getServiceInstance('UserService'); $cdservice = & ServiceFactory :: getServiceInstance('CommonDescriptionService'); |