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
f799e48f
Commit
f799e48f
authored
12 years ago
by
Frank Karlitschek
Browse files
Options
Downloads
Patches
Plain Diff
fix the broken image path on the apps page
parent
8396c047
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
settings/ajax/apps/ocs.php
+1
-1
1 addition, 1 deletion
settings/ajax/apps/ocs.php
settings/apps.php
+1
-1
1 addition, 1 deletion
settings/apps.php
settings/img/trans.png
+0
-0
0 additions, 0 deletions
settings/img/trans.png
with
2 additions
and
2 deletions
settings/ajax/apps/ocs.php
+
1
−
1
View file @
f799e48f
...
...
@@ -40,7 +40,7 @@ if(is_array($catagoryNames)) {
if
(
!
$local
)
{
if
(
$app
[
'preview'
]
==
''
)
{
$pre
=
'trans.png'
;
$pre
=
OC_Helper
::
imagePath
(
'settings'
,
'trans.png'
)
;
}
else
{
$pre
=
$app
[
'preview'
];
}
...
...
This diff is collapsed.
Click to expand it.
settings/apps.php
+
1
−
1
View file @
f799e48f
...
...
@@ -77,7 +77,7 @@ foreach ( $installedApps as $app ) {
}
$info
[
'preview'
]
=
'trans.png'
;
$info
[
'preview'
]
=
OC_Helper
::
imagePath
(
'settings'
,
'trans.png'
)
;
$info
[
'version'
]
=
OC_App
::
getAppVersion
(
$app
);
...
...
This diff is collapsed.
Click to expand it.
settings/trans.png
→
settings/
img/
trans.png
+
0
−
0
View file @
f799e48f
File moved
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