diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-29 14:45:22 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-10 21:06:15 +0200 |
commit | d4feb77eaf204ae37f60067e7f083b44338cba89 (patch) | |
tree | f4ed3da14c8b33b2589a992519c36e79cc5e49df /lib | |
parent | c5983d37ad722069709ccb9ca20b7354652fdfc9 (diff) | |
download | nextcloud-server-d4feb77eaf204ae37f60067e7f083b44338cba89.tar.gz nextcloud-server-d4feb77eaf204ae37f60067e7f083b44338cba89.zip |
Remove unused search code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/templatelayout.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/templatelayout.php b/lib/templatelayout.php index 966d02011f4..4f26775b48e 100644 --- a/lib/templatelayout.php +++ b/lib/templatelayout.php @@ -12,7 +12,6 @@ class OC_TemplateLayout extends OC_Template { if( $renderas == 'user' ) { parent::__construct( 'core', 'layout.user' ); - $this->assign('searchurl',OC_Helper::linkTo( 'search', 'index.php' ), false); if(in_array(OC_APP::getCurrentApp(),array('settings','admin','help'))!==false) { $this->assign('bodyid','body-settings', false); }else{ |