~ubuntu-branches/ubuntu/trusty/fusionforge/trusty

« back to all changes in this revision

Viewing changes to common/include/Plugin.class.php

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2011-04-15 14:55:34 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110415145534-mvn1nochufjmw177
Tags: 5.0.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        }
56
56
 
57
57
        /**
58
 
         * GetInstallDir() - get installation dir for the plugin
 
58
         * getInstallDir() - get installation dir for the plugin
59
59
         *
60
60
         * @return the directory where the plugin should be linked.
61
61
         */
62
 
        function GetInstallDir () {
 
62
        function getInstallDir() {
63
63
                if (isset($this->installdir) && $this->installdir)
64
64
                        return $this->installdir;
65
65
                else