Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Name the Price for Virtuemart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VirtueMart
Name the Price for Virtuemart
Commits
85e270be
Commit
85e270be
authored
10 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Fix php warning
parent
1c97b07a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
nametheprice.script.php
+1
-1
1 addition, 1 deletion
nametheprice.script.php
nametheprice.xml
+1
-1
1 addition, 1 deletion
nametheprice.xml
with
3 additions
and
3 deletions
Makefile
+
1
−
1
View file @
85e270be
BASE
=
nametheprice
PLUGINTYPE
=
vmcustom
VERSION
=
1.
2
VERSION
=
1.
3
FILEBASE
=
opentools_vm2
PLUGINFILES
=
$(
BASE
)
.php
$(
BASE
)
.script.php
$(
BASE
)
.xml index.html
...
...
This diff is collapsed.
Click to expand it.
nametheprice.script.php
+
1
−
1
View file @
85e270be
...
...
@@ -58,7 +58,7 @@ class plgVmCustomNameThePriceInstallerScript
public
function
install
(
JAdapterInstance
$adapter
)
{
// enabling plugin
$db
=
&
JFactory
::
getDBO
();
$db
=
JFactory
::
getDBO
();
$db
->
setQuery
(
'update #__extensions set enabled = 1 where type = "plugin" and element = "nametheprice" and folder = "vmcustom"'
);
$db
->
query
();
...
...
This diff is collapsed.
Click to expand it.
nametheprice.xml
+
1
−
1
View file @
85e270be
...
...
@@ -6,7 +6,7 @@
<authorUrl>
http://www.open-tools.net/
</authorUrl>
<copyright>
Copyright (C) 2013-2014 Reinhold Kainhofer. All rights reserved.
</copyright>
<license>
http://www.gnu.org/licenses/gpl.html GNU/GPL v3+
</license>
<version>
1.
2
</version>
<version>
1.
3
</version>
<description>
VMCUSTOM_NAMETHEPRICE_DESC
</description>
<files>
<filename
plugin=
"nametheprice"
>
nametheprice.php
</filename>
...
...
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