Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
a9ce43de
Commit
a9ce43de
authored
12 years ago
by
Björn Schießle
Committed by
Lukas Reschke
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
adapted comments to the code changes
parent
3878950a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/files/appinfo/filesync.php
+1
-1
1 addition, 1 deletion
apps/files/appinfo/filesync.php
apps/files/appinfo/remote.php
+1
-1
1 addition, 1 deletion
apps/files/appinfo/remote.php
with
2 additions
and
2 deletions
apps/files/appinfo/filesync.php
+
1
−
1
View file @
a9ce43de
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
* The final URL will look like http://.../remote.php/filesync/oc_chunked/path/to/file
* The final URL will look like http://.../remote.php/filesync/oc_chunked/path/to/file
*/
*/
//
only
need
filesystem
apps
//
load
need
ed
apps
$RUNTIME_APPTYPES
=
array
(
'filesystem'
,
'authentication'
,
'logging'
);
$RUNTIME_APPTYPES
=
array
(
'filesystem'
,
'authentication'
,
'logging'
);
OC_App
::
loadApps
(
$RUNTIME_APPTYPES
);
OC_App
::
loadApps
(
$RUNTIME_APPTYPES
);
if
(
!
OC_User
::
isLoggedIn
())
{
if
(
!
OC_User
::
isLoggedIn
())
{
...
...
This diff is collapsed.
Click to expand it.
apps/files/appinfo/remote.php
+
1
−
1
View file @
a9ce43de
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*
*/
*/
//
only
need
filesystem
apps
//
load
need
ed
apps
$RUNTIME_APPTYPES
=
array
(
'filesystem'
,
'authentication'
,
'logging'
);
$RUNTIME_APPTYPES
=
array
(
'filesystem'
,
'authentication'
,
'logging'
);
OC_App
::
loadApps
(
$RUNTIME_APPTYPES
);
OC_App
::
loadApps
(
$RUNTIME_APPTYPES
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment