The make file used, when installing the module trough drush make, but there is no api version declaration, so it is causing warnings within console output.

  Found makefile: phplot_api.make [ok]
  You need to specify an API version of two in your makefile: [warning]

Comments

ndobromirov’s picture

Assigned: ndobromirov » Unassigned
Status: Active » Needs review
StatusFileSize
new216 bytes

Added simple patch that solves the warning.

thekevinday’s picture

Status: Needs review » Fixed

  • thekevinday committed 32f15c9 on master, 7.x-1.x authored by ndobromirov
    Issue #2241253 by ndobromirov: Missing api version in the make file,...