Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a6ebb176
Commit
a6ebb176
authored
Nov 18, 2014
by
Lukas Reschke
Committed by
Morris Jobke
Nov 18, 2014
Browse files
Remove unused variable and make Scrutinizer happy.
parent
f3ab4f3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/files_sharing/lib/controllers/sharecontroller.php
View file @
a6ebb176
...
...
@@ -23,7 +23,6 @@ use OCP\AppFramework\Controller;
use
OCP\IRequest
;
use
OCP\AppFramework\Http\TemplateResponse
;
use
OCP\AppFramework\Http\RedirectResponse
;
use
OCP\AppFramework\IApi
;
use
OC\URLGenerator
;
use
OC\AppConfig
;
use
OCP\ILogger
;
...
...
@@ -160,7 +159,6 @@ class ShareController extends Controller {
$originalSharePath
.
=
$path
;
}
$dir
=
dirname
(
$originalSharePath
);
$file
=
basename
(
$originalSharePath
);
$shareTmpl
=
array
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment